/**
* gtk_aspect_frame_new:
- * @label: Label text.
+ * @label: (allow-none): Label text.
* @xalign: Horizontal alignment of the child within the allocation of
* the #GtkAspectFrame. This ranges from 0.0 (left aligned)
* to 1.0 (right aligned)
/**
* gtk_frame_new:
- * @label: the text to use as the label of the frame
+ * @label: (allow-none): the text to use as the label of the frame
*
* Creates a new #GtkFrame, with optional label @label.
* If @label is %NULL, the label is omitted.
/**
* gtk_label_new:
- * @str: The text of the label
+ * @str: (allow-none): The text of the label
*
* Creates a new label with the given text inside it. You can
* pass %NULL to get an empty label widget.
/**
* gtk_label_new_with_mnemonic:
- * @str: The text of the label, with an underscore in front of the
+ * @str: (allow-none): The text of the label, with an underscore in front of the
* mnemonic character
*
* Creates a new #GtkLabel, containing the text in @str.